You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a permissions issue
* Bumped version
* Add more reload delays, fix another permissions bug
* Fixed status algorithm (again)
* Added date picker for last review date
* Added URL field, improved basic view
* Added back tests for logged-in user
* Updated CSS for candidate/na statuses
* Reformatted with Black
* Added basic permission testing
* Removed unnecessary formset from template
* Bumped version
* install playright before running tests
* add CI for running tests
* fix testing deps
* Improved frontend tests
Now loads initial_data.yaml that includes built-in superuser and driver users.
* Update dashboard/projects/templates/projects/partial_project_basics.html
Co-authored-by: Dave Wilding <tech@dpw.me>
* Updated initial_data.yaml
* Removed project objective inlines from project admin
* Added log in/out and other URLs to project page
* Bumped version
* add delays in more places (temporary workaround)
* try very long delays (for debugging
* compromise on 5-second delays
* match settings.py update in rock version
* match login form layout with project form
* send users back to the project page on logout
---------
Co-authored-by: David Wilding <david.wilding@canonical.com>
Co-authored-by: Dave Wilding <tech@dpw.me>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The application will run in a Kubernetes cluster, so we need a container image f
86
86
Creating the container image might take several minutes, so this is a good point to take a break. When you return, you should see the following output:
87
87
88
88
> ```
89
-
> Packed dashboard_0.24_amd64.rock
89
+
> Packed dashboard_0.25_amd64.rock
90
90
> ```
91
91
92
92
### Create a charm
@@ -109,10 +109,10 @@ Creating the charm might take several minutes, so this is another good point to
0 commit comments