Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Admin
Commits
2f98241a
Commit
2f98241a
authored
10 months ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
pghero
parent
4191825d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gemfile
+2
-0
2 additions, 0 deletions
Gemfile
Gemfile.lock
+16
-1
16 additions, 1 deletion
Gemfile.lock
config/routes.rb
+1
-0
1 addition, 0 deletions
config/routes.rb
with
19 additions
and
1 deletion
Gemfile
+
2
−
0
View file @
2f98241a
...
...
@@ -59,6 +59,8 @@ gem "omniauth-saml", "~> 2"
gem "
orthotypo
"#, path: '../../noesya/orthotypo'
gem "
pexels
", "~> 0"
gem "
pg
", "~> 1"
gem "
pghero
"
gem "
pg_query
"
gem "
puma
"
gem "
rails
", "~> 7.1.0"
gem "
rails-autocomplete
", "~> 2"
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
16
−
1
View file @
2f98241a
...
...
@@ -8,7 +8,7 @@ GIT
GIT
remote: https://github.com/noesya/good_job.git
revision:
72cf6118e46410afc609fe59417eaea6715ce067
revision:
ef4822fc56f7ccef56109377dd58994bda80cbe6
specs:
good_job (3.29.3)
activejob (>= 6.0.0)
...
...
@@ -289,6 +289,15 @@ GEM
terminal-table (>= 1.5.1)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.27.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.0-x86_64-linux)
bigdecimal
rake (>= 13)
hal_openscience (0.1.0)
json
net-http
...
...
@@ -442,6 +451,10 @@ GEM
pexels (0.5.0)
requests (~> 1.0.2)
pg (1.5.6)
pg_query (5.1.0)
google-protobuf (>= 3.22.3)
pghero (3.5.0)
activerecord (>= 6)
popper_js (2.11.8)
psych (5.1.2)
stringio
...
...
@@ -698,6 +711,8 @@ DEPENDENCIES
orthotypo
pexels (~> 0)
pg (~> 1)
pg_query
pghero
puma
rack-mini-profiler (~> 2.0)
rails (~> 7.1.0)
...
...
This diff is collapsed.
Click to expand it.
config/routes.rb
+
1
−
0
View file @
2f98241a
...
...
@@ -14,6 +14,7 @@ Rails.application.routes.draw do
authenticated :user, -> user { user.server_admin? } do
mount GoodJob::Engine => 'background'
mount PgHero::Engine => 'database'
end
devise_for :users, controllers: {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment