Skip to content

Commit

Permalink
Account (#50)
Browse files Browse the repository at this point in the history
* Upgrading bundler

* Adding domain and sso fields to Accounts

* upgrading to Rails 7.0.4.1

* Adding a developer code of conduct and faq

* Fixing an URL typo

* Fixing a pointer

* Upgrading AWS related gems including aws-partitions, sdk-code, kms and s3

* Adding a contact method

* Upgrading to chartkick 5 and chart.js 4.2

* Fixing the FQDN custom validator

* Defining the routes and controler for the settings and the organization controller

* Make sure that users are owner of their default account

* Improved logic to only generate and clean DNS verification TXT when the domain is changed

* Upgrading chartkick to version 5.0.1

* Upgrading to chartkick version 5.0.1

* Upgrading a few gems to improve security and stability

aws-partitions (1.695.0 < 1.697.0)
bundler (2.4.4 < 2.4.5)
faraday (2.7.3 < 2.7.4)
omniauth (2.1.0 < 2.1.1)
rails-html-sanitizer (1.4.4 < 1.5.0)
rbs (2.8.3 < 2.8.4)
regexp_parser (2.6.1 < 2.6.2)

* Gemfile refactored using bundled version 2.4.5

* Upgrading JSON Web Token

* Upgrading concurrent-ruby to version 1.2.0

* Upgrading flowbite to version 1.6.3

* Renaming Account into Organization

* Renaming the tests to support Organization

* Removing the show view

* Adding a breadcrumb

* Updating the seed and fixing the migration to support clean environments

* Upgrading to Rails 7.0.4.2

* Working on actiontext

* Working Trix & TailwindCSS

* Adding Tailwind Typography plugin to better format text inside of Trix

* Changing the default background to the Trix buttons to make them better render when using dark mode

* Upgrading appmap and country gems

* Upgrading appmap, aws-partitions and aws-sdk-s3 gems

* Upgrading to esbuild version 0.17.5

* Removing esbuild-plugin-replace as this is no longer used by the app

* Improved mobile and desktop layouts and buttons

* Improved width and margin y

* Upgrading tzinfo

* Upgrading groupdate to version 6.2.0

* Upgrading to nokogiri 1.14.1

* Upgrading to turbo-rails 1.3.3

* upgrading honeybadger and aws-partitions

* Upgrading faker, jwt (2.7.0) and aws-partitions (1.703.0)

* Upgrading appmap

* Upgrading rolify

* Upgrading to mail 2.8.1

* Upgrading esbuild to version 0.17.6

* Fixing a relationship issue between users and organizations

* Better routes and new controller to support organization and its dependent services

* Upgrading ahoy_matey to version 4.2.0

* Upgrading system gems

* Upgrading aws-partitions to version 1.709.0 and regexp_parser to version 2.7.0

* Upgrading parser to version 3.2.1.0

* Updating Zeitwerk to 2.6.7

* Upgrading appmap to version 0.97.0

* Upgradine to esbuild 0.17.7, chart.js 4.2.1 and tailwind 3.2.6

* Upgrading to rubocop-ast 1.26.0

* Upgrading aws-partition to 1.711.0, aws-sdk-s3 to 1.119.1 , nokogiri to 1.14.2, sidekiq to 7.0.4

* Upgrading sidekiq to version 7.0.5 and timeout to version 0.3.2 / minor upgrade to aws-partitions 1.712.0

* Upgrading esbuild and tailwind to latest versions

* Upgrading sidekiq to 7.0.6, brakeman to 5.4.1, pagy to 6.0.2, redis-client  to 0.12.2

* Upgrade puma to 6.1.0

* Upgrading aws-partitions, ahoy_matey, appmap, rubocop

* Upgrades

* Upgrading a few gem such as pg, aws-partitions, puma & redis-client

* Upgrading aws-partitions, honeybadger, aws-sdk-kms

* Upgrading turbo-rails to gem 1.4.0 and npm 7.3.0, stimulus-autocomplete to 3.1.0

* Upgrading a few gems

* Upgrades

* Upgrading to Rails 7.0.4.3

* Upgrading actiontext to version 7.0.4-3

* Upgrading to Sidekiq 7.0.7

* Close form after creating the event

* Reordering the code

* Better support of edit / new

* Upgrading honeybadger 5.2.1

* Adding Bullet and Annotate to the development environment

* Adding personal dashboard, facelifting the your questions section and more

* Better code to retrieve current_user quesstions

* Computing the PewPoints

* Replaced Your Question by My Insights

* Adding Terms of Service

* Aligning dependencies

* Fixing a UI issue introduced by conflict resolution

* Removing useless routes

* cleaning the routes.rb file

* Fixing a typo

---------

Co-authored-by: Stephane Paquet <spaquet@up4b.com>
  • Loading branch information
spaquet and Stephane Paquet authored Mar 18, 2023
1 parent 5aad719 commit 6ccbcaf
Show file tree
Hide file tree
Showing 100 changed files with 3,064 additions and 610 deletions.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'sprockets-rails'
gem 'pg', '~> 1.4'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.0.1'
gem 'puma', '~> 6.1.0'
# Returning to 5.6.5 as the 6.0 seems to have some issues slowing down requests
# gem 'puma', '~>5.6.5'

Expand Down Expand Up @@ -161,6 +161,12 @@ group :development do
# Add support to Brakeman [https://github.com/presidentbeef/brakeman]
# Vulnerability scanner
gem 'brakeman'

# Add Model annotations
gem 'annotate', '~>3.2.0'

# Add Bullet to monitor and help fix N+1 DB queries
gem 'bullet'
end

group :test do
Expand Down
Loading

0 comments on commit 6ccbcaf

Please sign in to comment.